home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 3
/
SafTV-CD3.iso
/
pc
/
Bonus
/
Dessins Animés
/
static
/
01
/
bin1.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2001-10-19
|
413b
|
13 lines
if(_root._framesloaded >= _root._totalframes)
{
gotoAndPlay(3);
}
else
{
downloaded = math.floor(_root.getbytesLoaded() / _root.getbytestotal() * 100) add "%";
download_bar.gotoandstop(downloaded);
bytesloaded = math.floor(_root.getbytesloaded() / 1000);
bytestotal = math.floor(_root.getbytestotal() / 1000);
message = bytesloaded add "Kb of " add bytestotal add "Kb downloaded";
}